翻訳と辞書
Words near each other
・ level 2 cache
・ level one cache
・ level two cache
・ level-sensitive scan design
・ level5 object
・ lex
・ lexeme
・ lexer
・ lexical analyser
・ lexical analysis
lexical scope
・ lexical scoping
・ lexiphage
・ lf
・ lfib
・ lg
・ lgdf
・ lgen
・ lgn
・ lha


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

lexical scope : FOLDOC
lexical scope
(Or "static scope") When the scope of an identifier is fixed at compile time to some region in the source code containing the identifier's declaration. This means that an identifier is only accessible within that region (including procedures declared within it).
This contrasts with dynamic scope where the scope depends on the nesting of procedure and function calls at run time.
Statically scoped languages differ as to whether the scope is limited to the smallest block (including {begin}/end blocks) containing the identifier's declaration (e.g. C, Perl) or to whole function and procedure bodies (e.g. ECMAScript), or some larger unit of code (e.g. ?). The former is known as static nested scope.
(2005-07-28)



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.